Release 10.1A: OpenEdge Data Management:
Database Administration
Create a database structure extent
Use the PROSTRCT CREATE utility to create the physical database files for the database. The PROSTRCT CREATE syntax is:
In the syntax block,
structure-description-filerepresents the name of the.stfile. If you do not specify the name of the.stfile, PROSTRCT usesdb-name.st.The database blocksize in kilobytes is represented byblocksize. Specify 1024, 2048, 4096, or 8192. If you specify-validate, PROSTRCT will check that the contents of your structure description file are accurate without creating the database.
![]()
To create a database named
sports2000from thesports2000.ststructure description file, use PROSTRCT CREATE as follows:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |